From: Jim Blandy Date: Mon, 24 May 1993 17:43:47 +0000 (+0000) Subject: * configure.in: For generic IBM PC boxes, insist on "unknown" for X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96036 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6a5e8243229619780a68b4082fd480ade212d1e0;p=emacs.git * configure.in: For generic IBM PC boxes, insist on "unknown" for the manufacturer - the more general case was blocking other i386 configuration names below, and that's how the names are written in MACHINES anyway. --- diff --git a/configure1.in b/configure1.in index 3361505bc40..ccbed19df83 100755 --- a/configure1.in +++ b/configure1.in @@ -567,7 +567,7 @@ case "${configuration}" in machine=is386 opsys=usg5-2-2 ;; ## Intel 386 machines where we don't care about the manufacturer - i[34]86-* ) + i[34]86-unknown-* ) machine=intel386 case "${configuration}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;